Message Class |
Namespace: Independentsoft.Email.Mime
The Message type exposes the following members.
| Name | Description | |
|---|---|---|
| Message |
Initializes a new instance of the Message class.
| |
| Message(Byte) |
Initializes a new instance of the Message class.
| |
| Message(Stream) |
Initializes a new instance of the Message class.
| |
| Message(String) |
Initializes a new instance of the Message class.
|
| Name | Description | |
|---|---|---|
| Bcc |
Gets the BCC.
| |
| Body |
Gets or sets the body.
| |
| BodyParts |
Gets the body parts.
| |
| Cc |
Gets the cc.
| |
| Comments |
Gets or sets the comments.
| |
| ContentDescription |
Gets or sets the content description.
| |
| ContentDisposition |
Gets or sets the content disposition.
| |
| ContentID |
Gets or sets the content identifier.
| |
| ContentLocation |
Gets or sets the content location.
| |
| ContentTransferEncoding |
Gets or sets the content transfer encoding.
| |
| ContentType |
Gets or sets the type of the content.
| |
| Date |
Gets or sets the date.
| |
| EmbeddedMessage |
Gets or sets the embedded message.
| |
| From |
Gets or sets from.
| |
| HeaderCharSet |
Gets or sets the header character set.
| |
| HeaderEncoding |
Gets or sets the header encoding.
| |
| Headers |
Gets the headers.
| |
| InReplyTo |
Gets or sets the in reply to.
| |
| Keywords |
Gets or sets the keywords.
| |
| MessageID |
Gets or sets the message identifier.
| |
| MimeVersion |
Gets or sets the MIME version.
| |
| References |
Gets or sets the references.
| |
| ReplyTo |
Gets the reply to.
| |
| ResentDate |
Gets or sets the resent date.
| |
| ResentFrom |
Gets or sets the resent from.
| |
| ResentMessageID |
Gets or sets the resent message identifier.
| |
| ResentSender |
Gets or sets the resent sender.
| |
| ReturnPath |
Gets or sets the return path.
| |
| Sender |
Gets or sets the sender.
| |
| Subject |
Gets or sets the subject.
| |
| To |
Gets to.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetAttachments |
Gets the attachments.
| |
| GetAttachments(Boolean) |
Gets the attachments.
| |
| GetBytes |
Gets the bytes.
| |
| GetFileName |
Gets the name of the file.
| |
| GetHashCode | (Inherited from Object.) | |
| GetStream |
Gets the stream.
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Open(Byte) |
Opens the specified buffer.
| |
| Open(Stream) |
Opens the specified stream.
| |
| Open(String) |
Opens the specified file path.
| |
| Save(Stream) |
Saves the specified stream.
| |
| Save(String) |
Saves this message to the specified file.
| |
| Save(String, Boolean) |
Saves this message to the specified file.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |